/*Possible Colours
#0A0A0A
#084C61
#FFFFFF
#952222*/

#wrapper{
width: 960px;
margin: 0px auto;
position: relative;
}
html{
background: lightGrey;
}
h2 {
font-family: 'Spectral SC', serif;
color: #FFFFFF;
font-size: 13px ;
	}

header {
width: 960px;
height: 150px;
position: absolute;

border-radius: 0px;
background-color: #ffffff;
}
nav {
width: 960px;
height: 50px;
position: absolute;
top: 150px;
left: 0;
margin-top: 0px;
border-radius: 0px;
background-color: #952222;
}

section {
width: 760px;
height: 600px;
position: absolute;
top: 200px;
right: 0;
margin-bottom: 0;
margin-top: 0;
border-radius: 0;
background-color: #0A0A0A;
}

footer {
width: 960px;
height: 120px;
position: absolute;
top: 800px;
left: 0;
border-radius: 0;
background-color: #952222;
color: #ffffff;
}

	
.c-one{
width:720px;
height: 560px;
position: absolute;
top: 0;
left: 20px;
right: 20px;
margin-top: 20px;
border-radius: 0;
background-color: #084C61 ;
}
p{
	font-family: 'Spectral SC', serif;
	text-align: left ;
	font-size: 11px ;
	color: #FFFFFF;

}

h1 {
	font-family: 'Spectral SC', serif;
	color: #FFFFFF;
	font-size: 16px ;
	}
#GG2{
	left:120px;
}
aside {
width: 200px;
height: 600px;
position: absolute;
top: 200px;
left: 0;
margin-bottom: 0px;
margin-top: 0px;
border-radius: 0px;
background-color: #084C61;
}
iframe{
padding-bottom: 0px;
display: block;
}

#Index2{
	font-family: 'Spectral SC', serif;
	color: #ffffff;
	padding-top: 10px;
}
#Index{
	font-family: 'Spectral SC', serif;
	color: #ffffff;
	padding-left: 20px;
	padding-top: 10px;
}

#pp{
	padding-left:20px;
	padding-right:20px;
}
#Motoi{
	color:#ffffff;
}
